.header {
		font-size: 125px;
		font-family: "verdana";
		color: orange;
		text-align: center;
}

body {
    background:url(../images/sparkle2.gif) left top repeat;
	background-repeat: repeat;
	font-size: 30px;
}

.content {
	width: 90%;
	margin: auto;
}

.nav {
	margin: auto;
	display: flex;
	justify-content:center;
	align-items:center;
	font-size: 30px;
}

.nav li {
	display: inline-block;
	text-align: center;
}

.right {
	text-align: right;
}

h4 {
	color: red;
    font-family: "Comic Sans MS", Times, serif;
    margin: 0 10px;
}

.games {
	font-weight: bold;
	margin: 90px 0;
	border: 3px solid cyan;
	border-radius: 20px;
	min-height: 380px;
}

.games img {
	margin-left: -50px;
	margin-top: 50px;
}

.imgleft{
	width: 300px;
	height: 300px;
	float: left;
	overflow: hidden;
	background-color: white;
	margin: 10px;
	border: 3px dashed red;
	border-radius: 20px;
}

.imgright{
	width: 300px;
	height: 300px;
	float: right;
	overflow: hidden;
	background-color: white;
	margin: 10px;
	border: 3px dashed red;
	border-radius: 20px;
}

.movies {
	font-weight: bold;
	margin: 90px 0;
	border: 3px solid cyan;
	border-radius: 20px;
	min-height: 380px;
}

.TV {
	font-weight: bold;
	margin: 90px 0;
	border: 3px solid cyan;
	border-radius: 20px;
	min-height: 380px;
}

.TV img{
	margin-left: -80px;
}

.animals {
	margin: 90px 0;
	border: 3px solid cyan;
	border-radius: 20px;
	min-height: 380px;
}

.animals img{
	width: 105%;
}

.body {
	font-size: 50px;
}